home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / PLSQL.sch < prev    next >
Text File  |  2004-01-06  |  5KB  |  150 lines

  1. object TPersHolder
  2.   P.Name = 'PL/SQL'
  3.   P.Extensions.Strings = (
  4.     'sql')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       FIIntNum = 5
  11.       FIFloatNum = 6
  12.       FIHexNum = 7
  13.       UseComments = True
  14.       UseSingleLineComments = True
  15.       UseMultiLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UsePrefixedIdentifiers = True
  20.       UseKeywords = True
  21.       BlockDelimiters = <>
  22.       SingleLineCommentDelimiters = <
  23.         item
  24.           FontID = 1
  25.           LeftDelimiter = '--'
  26.         end>
  27.       MultiLineCommentDelimiters = <
  28.         item
  29.           FontID = 2
  30.           LeftDelimiter = '/*'
  31.           RightDelimiter = '*/'
  32.         end>
  33.       SingleLineStringDelimiters = <
  34.         item
  35.           FontID = 3
  36.           LeftDelimiter = #39
  37.           RightDelimiter = #39
  38.         end
  39.         item
  40.           FontID = 4
  41.           LeftDelimiter = '"'
  42.           RightDelimiter = '"'
  43.         end>
  44.       IdentPrefixes = <
  45.         item
  46.           LeftDelimiter = '%'
  47.         end>
  48.       KeywordSets = <
  49.         item
  50.           FontID = 8
  51.           Name = 'reserved'
  52.           Keywords = 
  53.             'ABORT,ACCEPT,ACCESS,ADD,ALL,ALTER,AND,ANY,ARRAY,ARRAYLEN,AS,ASC,' +
  54.             'ASSERT,ASSIGN,AT,AUTHORIZATION,AVG,BASE_TABLE,BEGIN,BETWEEN,BINA' +
  55.             'RY_INTEGER,BODY,BOOLEAN,BY,CASE,CHAR,CHAR_BASE,CHECK,CLOSE,CLUST' +
  56.             'ER,CLUSTERS,COLAUTH,COLUMNS,COMMIT,COMPRESS,CONNECT,CONSTANT,COU' +
  57.             'NT,CRASH,CREATE,CURRENT,CURRVAL,CURSOR,DATA_BASE,DATABASE,DATE,D' +
  58.             'BA,DEBUGOFF,DEBUGON,DECIMAL,DECLARE,DEFAULT,DEFINITION,DELAY,DEL' +
  59.             'ETE,DELTA,DESC,DIGITS,DISPOSE,DISTINCT,DO,DROP,ELSE,ELSIF,END,EN' +
  60.             'TRY,EXCEPTION,EXCEPTION_INIT,EXISTS,EXIT,FALSE,FETCH,FLOAT,FOR,F' +
  61.             'ORM,FROM,FUNCTION,GENERIC,GOTO,GRANT,GROUP,HAVING,IDENTIFIED,IF,' +
  62.             'IN,INDEX,INDEXES,INDICATOR,INSERT,INTEGER,INTERSECT,INTO,IS,LEVE' +
  63.             'L,LIKE,LIMITED,LOOP,MAX,MIN,MINUS,MLSLABEL,MOD,NATURAL,NEW,NEXTV' +
  64.             'AL,NOCOMPRESS,NOT,NULL,NUMBER,NUMBER_BASE,OF,ON,OPEN,OPTION,OR,O' +
  65.             'RDER,OTHERS,OUT,PACKAGE,PARTITION,PCTFREE,POSITIVE,PRAGMA,PRIOR,' +
  66.             'PRIVATE,PROCEDURE,PUBLIC,RAISE,RANGE,REAL,RECORD,RELEASE,REM,REN' +
  67.             'AME,RESOURCE,RETURN,REVERSE,REVOKE,ROLLBACK,ROWID,ROWLABEL,ROWNU' +
  68.             'M,ROWTYPE,RUN,SAVEPOINT,SCHEMA,SELECT,SEPARATE,SET,SIZE,SMALLINT' +
  69.             ',SPACE,SQL,SQLCODE,SQLERRM,START,STATEMENT,STDDEV,SUBTYPE,SUM,TA' +
  70.             'BAUTH,TABLE,TABLES,TASK,TERMINATE,THEN,TO,TRUE,TYPE,UNION,UNIQUE' +
  71.             ',UPDATE,USE,VALUES,VARCHAR,VARCHAR2,VARIANCE,VIEW,VIEWS,WHEN,WHE' +
  72.             'RE,WHILE,WITH,WORK,XOR'
  73.         end>
  74.     end>
  75.   P.FontTable = <
  76.     item
  77.       FontID = 0
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlack
  80.       Font.Height = -13
  81.       Font.Name = 'Courier New'
  82.       Font.Style = []
  83.     end
  84.     item
  85.       FontID = 1
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clGray
  88.       Font.Height = -13
  89.       Font.Name = 'Courier New'
  90.       Font.Style = [fsItalic]
  91.     end
  92.     item
  93.       FontID = 2
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clGray
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = [fsItalic]
  99.     end
  100.     item
  101.       FontID = 3
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clMaroon
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 4
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clBlack
  112.       Font.Height = -13
  113.       Font.Name = 'Courier New'
  114.       Font.Style = []
  115.     end
  116.     item
  117.       FontID = 5
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clGreen
  120.       Font.Height = -13
  121.       Font.Name = 'Courier New'
  122.       Font.Style = []
  123.     end
  124.     item
  125.       FontID = 6
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clGreen
  128.       Font.Height = -13
  129.       Font.Name = 'Courier New'
  130.       Font.Style = []
  131.     end
  132.     item
  133.       FontID = 7
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clGreen
  136.       Font.Height = -13
  137.       Font.Name = 'Courier New'
  138.       Font.Style = []
  139.     end
  140.     item
  141.       FontID = 8
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clBlue
  144.       Font.Height = -13
  145.       Font.Name = 'Courier New'
  146.       Font.Style = [fsBold]
  147.     end>
  148.   P.SyntaxVersion = 3
  149. end
  150.